home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / univspl / audio_bc.bpr next >
Encoding:
Text File  |  1999-01-29  |  4.7 KB  |  181 lines

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)\..
  4. !endif
  5.  
  6. # ---------------------------------------------------------------------------
  7. # IDE SECTION
  8. # ---------------------------------------------------------------------------
  9. # The following section of the project makefile is managed by the BCB IDE.
  10. # It is recommended to use the IDE to change any of the values in this
  11. # section.
  12. # ---------------------------------------------------------------------------
  13.  
  14. VERSION = BCB.03
  15. # ---------------------------------------------------------------------------
  16. PROJECT = audio_bcb3.exe
  17. OBJFILES = audio_bcb3.obj ..\src\audioc.obj ..\src\reverb_wave.obj
  18. RESFILES =
  19. RESDEPEN = $(RESFILES)
  20. LIBFILES = ..\..\uspl.lib
  21. LIBRARIES =
  22. SPARELIBS = 
  23. PACKAGES = VCLX35.bpi VCL35.bpi VCLDB35.bpi VCLDBX35.bpi bcbsmp35.bpi dclocx35.bpi \
  24.   QRPT35.bpi TEEUI35.bpi TEEDB35.bpi TEE35.bpi NMFAST35.bpi INETDB35.bpi \
  25.   INET35.bpi ibsmp35.bpi
  26. DEFFILE =
  27. # ---------------------------------------------------------------------------
  28. PATHCPP = .;..\src
  29. PATHASM = .;
  30. PATHPAS = .;
  31. PATHRC = .;
  32. DEBUGLIBPATH = $(BCB)\lib\debug
  33. RELEASELIBPATH = $(BCB)\lib\release
  34. # ---------------------------------------------------------------------------
  35. CFLAG1 = -Od -w -r- -k -y -v -vi- -c -tWC
  36. CFLAG2 = -D_NO_VCL -I$(BCB)\include;..;..\src;..\..
  37. CFLAG3 = -Tkh30000
  38. PFLAGS = -U..\src;$(BCB)\lib;$(DEBUGLIBPATH) -D_NO_VCL -I$(BCB)\include;..;..\src;..\.. \
  39.   -$Y -$W -$O- -v -JPHN -M
  40. RFLAGS = -D_NO_VCL -i$(BCB)\include;..;..\src;..\..
  41. AFLAGS = /i$(BCB)\include /i.. /i..\src /i..\.. /d_NO_VCL /mx /w2 /zd
  42. LFLAGS = -L..\src;$(BCB)\lib;$(DEBUGLIBPATH) -ap -Tpe -x -Gn -v
  43. IFLAGS =
  44. # ---------------------------------------------------------------------------
  45. ALLOBJ = c0x32.obj $(OBJFILES)
  46. ALLRES = $(RESFILES)
  47. ALLLIB = $(LIBFILES)  import32.lib cw32mt.lib
  48. # ---------------------------------------------------------------------------
  49. !ifdef IDEOPTIONS
  50.  
  51. [Version Info]
  52. IncludeVerInfo=0
  53. AutoIncBuild=0
  54. MajorVer=1
  55. MinorVer=0
  56. Release=0
  57. Build=0
  58. Debug=0
  59. PreRelease=0
  60. Special=0
  61. Private=0
  62. DLL=0
  63. Locale=1033
  64. CodePage=1252
  65.  
  66. [Version Info Keys]
  67. CompanyName=
  68. FileDescription=Executable (Console)
  69. FileVersion=1.0.0.0
  70. InternalName=
  71. LegalCopyright=
  72. LegalTrademarks=
  73. OriginalFilename=
  74. ProductName=
  75. ProductVersion=1.0.0.0
  76. Comments=
  77.  
  78. [Excluded Packages]
  79. D:\C\components\TeleTools\Bin\CppBuilder3\etTTS22.bpl=ExceleTel TeleTools Standard v2.2
  80. D:\C\components\OnGuard\tog106_d.bpl=OnGuard Components
  81. C:\WINDOWS\SYSTEM\TOG106_R.BPL=OnGuard Components
  82. D:\C\components\AdvSGrid3\Asgpkg.bpl=AdvStringGrid
  83.  
  84. [HistoryLists\hlIncludePath]
  85. Count=3
  86. Item0=$(BCB)\include;..;..\src;..\..
  87. Item1=$(BCB)\include;..
  88. Item2=$(BCB)\include
  89.  
  90. [HistoryLists\hlLibraryPath]
  91. Count=1
  92. Item0=$(BCB)\lib
  93.  
  94. [HistoryLists\hlConditionals]
  95. Count=1
  96. Item0=_NO_VCL
  97.  
  98. [Debugging]
  99. DebugSourceDirs=
  100.  
  101. [Parameters]
  102. RunParams=
  103. HostApplication=
  104.  
  105. !endif
  106.  
  107. # ---------------------------------------------------------------------------
  108. # MAKE SECTION
  109. # ---------------------------------------------------------------------------
  110. # This section of the project file is not used by the BCB IDE.  It is for
  111. # the benefit of building from the command-line using the MAKE utility.
  112. # ---------------------------------------------------------------------------
  113.  
  114. .autodepend
  115. # ---------------------------------------------------------------------------
  116. !if !$d(BCC32)
  117. BCC32 = bcc32
  118. !endif
  119.  
  120. !if !$d(DCC32)
  121. DCC32 = dcc32
  122. !endif
  123.  
  124. !if !$d(TASM32)
  125. TASM32 = tasm32
  126. !endif
  127.  
  128. !if !$d(LINKER)
  129. LINKER = ilink32
  130. !endif
  131.  
  132. !if !$d(BRCC32)
  133. BRCC32 = brcc32
  134. !endif
  135. # ---------------------------------------------------------------------------
  136. !if $d(PATHCPP)
  137. .PATH.CPP = $(PATHCPP)
  138. .PATH.C   = $(PATHCPP)
  139. !endif
  140.  
  141. !if $d(PATHPAS)
  142. .PATH.PAS = $(PATHPAS)
  143. !endif
  144.  
  145. !if $d(PATHASM)
  146. .PATH.ASM = $(PATHASM)
  147. !endif
  148.  
  149. !if $d(PATHRC)
  150. .PATH.RC  = $(PATHRC)
  151. !endif
  152. # ---------------------------------------------------------------------------
  153. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  154.     $(BCB)\BIN\$(LINKER) @&&!
  155.     $(LFLAGS) +
  156.     $(ALLOBJ), +
  157.     $(PROJECT),, +
  158.     $(ALLLIB), +
  159.     $(DEFFILE), +
  160.     $(ALLRES)
  161. !
  162. # ---------------------------------------------------------------------------
  163. .pas.hpp:
  164.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  165.  
  166. .pas.obj:
  167.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  168.  
  169. .cpp.obj:
  170.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  171.  
  172. .c.obj:
  173.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  174.  
  175. .asm.obj:
  176.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  177.  
  178. .rc.res:
  179.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  180. # ---------------------------------------------------------------------------
  181.